@charset "utf-8";

/* 
    天约
    2021年9月5日  版
    好上词
    2021年11月26日 版
    汉辉
    2021年12月11日  版
    安防
    2022年04月08日  版
    智客
    2022年05月10日  版 增加pt-60-100 py-100 my-100
    2022/05/19 hover ts-05 翻页02
    2022/05/28  img 高度统一
    2022/06/06  .f系列字体max-992适应
    2022/06/16  增加背景 bg-fff bg-f7 bg-fa
                宽度w-70 w-30 w-60 w-40
    2022/6/20   swipeir 矩形
    2022/6/27   img-400 img-500 img-300 img-250
    2022/7/12  rgba_255_05 rgba_255_06
    2022/7/14   pc-none m-none m-btn    p-50手机自适应
    2022/8/4    font-family: Marcellus , Lato;
                
*/



html.on {
    overflow: hidden;
}

/* 字体 */
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Black.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

.font-Lato {
    font-family: Lato;
}


@font-face {
    font-family: Marcellus;
    src: url(../fonts/Marcellus-Regular.ttf);
}

.font-Marcellus {
    font-family: Marcellus;
}

.font-impact {
    font-family: Impact;
}

.font-roboto {
    font-family: 'Roboto Condensed' !important;
}

.font-source {
    font-family: 'Source Han Sans CN' !important;
}

/* swiper 箭头 */
.swiper .aniu div::after {
    content: '';
}

.swiper .aniu div {
    padding: 0.2vw;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, .2);
}

.swiper .aniu div:hover {
    background-color: rgba(0, 0, 0, .8);
}


/* 手机导航条 */
.pc-none {
    display: none !important;
}

.m-none {
    display: block !important;
}

.m-btn {
    z-index: 10;
}


.m-btn.on span {
    background-color: #fff;
}

.m-btn div {
    margin-left: auto;
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.m-btn div span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #444;
    transition: all .5s;
}

.m-btn.on div {
    position: relative;
    z-index: 999;
}


.m-btn.on div span:nth-child(1) {
    transform: translateY(12px) rotateZ(45deg);
}

.m-btn.on div span:nth-child(2) {
    transform: translateX(50px);
}

.m-btn.on div span:nth-child(3) {
    transform: translateY(-8px) rotateZ(-45deg);
}

/*  */

.rgba_255_01 {
    color: rgba(255, 255, 255, .1);
}

.rgba_255_02 {
    color: rgba(255, 255, 255, .2);
}

.rgba_255_03 {
    color: rgba(255, 255, 255, .3);
}

.rgba_255_04 {
    color: rgba(255, 255, 255, .4);
}

.rgba_255_05 {
    color: rgba(255, 255, 255, .5);
}

.rgba_255_06 {
    color: rgba(255, 255, 255, .6);
}

.rgba_255_08 {
    color: rgba(255, 255, 255, .8);
}

.rgba_00_06 {
    color: rgba(0, 0, 0, .6);
}

.rgba_00_04 {
    color: rgba(0, 0, 0, .4);
}

.rgba_00_02 {
    color: rgba(0, 0, 0, .2);
}

.rgba_00_01 {
    color: rgba(0, 0, 0, .1);
}

.rgba_00_08 {
    color: rgba(0, 0, 0, .8);
}

/* 列表图片高度 */
.list img {
    width: 100%;
    object-fit: cover;
}

.img-210 {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.img-260 {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.img-300 {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.img-250 {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img-400 {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.img-500 {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


.z-index-2 {
    position: relative;
    z-index: 2;
}

/*  */
.swiper-pagination span {
    width: 30px;
    height: 3px;
    border-radius: 0;
}

/* 宽度 */
.w-70 {
    width: 70%;
}

.w-30 {
    width: 30%;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.w-65 {
    width: 65%;
}

.w-35 {
    width: 35%;
}

.w-45 {
    width: 45%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.w-80 {
    width: 80%;
}

.text-indent {
    text-indent: 2rem;
}

/* 背景 */
.bg-fff {
    background-color: #fff;
}

.bg-fa {
    background-color: #fafafa;
}

.bg-f7 {
    background-color: #f7f7f7;
}

.bg_color {
    background: #675852 !important;
}

.color_zhu {
    color: #675852;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul:after,
.ul::after,
ul li::after {
    content: '';
    display: block;
    clear: both;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}

/* p {
    margin-bottom: 0;
} */

/* 浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 颜色 */
.color_333 {
    color: #333;
}

.color_666 {
    color: #666;
}

.color_888 {
    color: #888;
}

.color_999 {
    color: #999;
}

.color_eee {
    color: #eee;
}

.color_ddd {
    color: #ddd;
}

.color_aaa {
    color: #aaa;
}

.color_bbb {
    color: #bbb;
}

.color_ccc {
    color: #ccc;
}



/* 图片鼠标放大 */
.hover-img {
    overflow: hidden;
}

.hover-img:hover .ts-03 {
    transform: scale(1.1);
}

.hover-img:hover .ts-05 {
    transform: scale(1.1);
}

.hover-img:hover .ts-1 {
    transform: scale(1.1);
}

/* 动画时间 */

.ts-03 {
    transition: all .36s ease-in-out;
}

.ts-05 {
    transition: all .5s ease-in-out;
}

.ts-1 {
    transition: all 1s ease-in-out;
}

/* 文本溢出隐藏 */
.text_p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text_4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/* 行高*/
.lh-10 {
    line-height: 1;
}

.lh-15 {
    line-height: 1.5;
}

.lh-18 {
    line-height: 1.8;
}

.lh-20 {
    line-height: 2;
}


/* 字体 大小 */
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.f42 {
    font-size: 42px;
}

.f44 {
    font-size: 44px;
}

.f46 {
    font-size: 45px;
}

.f48 {
    font-size: 48px;
}

.f50 {
    font-size: 50px;
}

.f60 {
    font-size: 60px;
}

.f64 {
    font-size: 64px;
}

.f80 {
    font-size: 80px;
}

.f90 {
    font-size: 90px;
}

.f100 {
    font-size: 100px;
}

.f150 {
    font-size: 150px;
    line-height: 1;
}

/* 外边距 */

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

/* 内边距 */
.pt-100 {
    padding-top: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-110 {
    padding-left: 110px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.p-60 {
    padding: 60px;
}

.p-70 {
    padding: 70px;
}

.p-80 {
    padding: 80px;
}

.p-90 {
    padding: 90px;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

/* 最大宽度 */

.max1000 {
    max-width: 1000px;
}



/*  翻页  */
.pagination {
    justify-content: center;
}

.fanye {
    margin: 15px auto;
    text-align: center;
}

.fanye a,
.fanye b,
.fanye p {
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 35px;
    color: #999;
    border-radius: 3px;
    font-size: 15px;
    overflow: hidden;
    transition: all .3s ease;
}

.fanye b,
.fanye a:hover,
.fanye .cur {
    color: #fff;
    background-color: #675852;
}

.fanye p {
    border: none;
    margin-bottom: 0 !important;
}

.fanye02 a,
.fanye02 b,
.fanye02 p {
    margin-right: 0;
    border: none;
}

.fanye02 {
    display: flex;
    justify-content: center;
}



/* 上下篇 */

.page {
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
}

.page li {
    width: 50%;
    /* font-size: 14px; */
    color: #666;
    line-height: 30px;
}

.page li:last-child {
    text-align: right;
}

.page li a {
    color: #666;
}

.page li:hover a {
    color: #048ABF;
    text-decoration: underline !important;
}

/* 详情/行高/图片宽度/a链接 */
/*.con_p h2 {
    font-size: 18px;
    line-height: 50px;
    background-color: #eee;
    border-left: 6px solid #214d98;
    /~ text-indent: 2rem; ~/
}
*/
.con_p p {
    margin-bottom: 10px;
    line-height: 1.8;
}

.con_p img {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
}

.con_p a {
    padding-bottom: 3px;
    font-weight: bold;
    border-bottom: 1px dashed #048ABF;
}

/*  面包屑  */

.crumb {
    line-height: 60px;
    font-size: 14px;
    color: #666;
    background-color: #eee;
}

/* 友情链接 */

.friend_links {
    padding: 20px 0;
    background-color: #eee;
}

.friend_links li {
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}

/* 图片点击放大 */

.bigimg {
    /* display: none; */
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bigimg.on {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

.bigimg.on div {
    transform: translateY(0);
}

.bigimg div {
    padding: 10px;
    max-width: 70%;
    width: 900px;
    height: auto;
    background-color: #fff;
    border-radius: 7px;
    transition: all .36s;
    transform: translateY(-300px);
}

.bigimg div p {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.bigimg div p a {
    width: 40px;
    height: 30px;
    float: right;
    font-weight: bold;
    font-family: inherit;
    color: #666;
    text-align: center;
}

.bigimg div p a:hover {
    color: #333;
    transform: scale(1.1);
}

.bigimg div img {
    display: block;
    margin: 10px auto;
}

.bigimg .guan {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    text-align: center;
    transform: rotate(45deg);
    cursor: pointer;
}


/* 图片放大 */

@media (min-width:1500px) {
    .lg-container {
        max-width: 1450px
    }
}

@media (min-width:1700px) {
    .lg-container {
        max-width: 1650px
    }
}

/* 手机端 */

@media(max-width:992px) {
    .m-flex-none{display: none;}
    .con_p img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }

    .img-300 {
        height: 260px;
    }

    .m-none {
        display: none !important;
    }

    .pc-none {
        display: block !important;
    }

    .f32,
    .f30 {
        font-size: 22px;
    }

    .f18 {
        font-size: 16px;
    }

    .py-50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pt-70 {
        padding-top: 25px;
    }

    .pt-50 {
        padding-top: 20px;
    }

    .mt-40 {
        margin-top: 15px;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .mb-40 {
        margin-bottom: 13px;
    }

    .f60 {
        font-size: 30px;
    }

    .f50 {
        font-size: 24px;
    }

    .f40,
    .f44,
    .f34,
    .f36 {
        font-size: 22px;
    }

    .f26 {
        font-size: 20px;
    }

    .f24,
    .f22 {
        font-size: 18px;
    }

    .pagination {
        flex-wrap: wrap;
    }

}